Skip to content

Conversation

dollaransh17
Copy link
Contributor

@dollaransh17 dollaransh17 commented Oct 5, 2025

  • Validate remote manifests against local schema to prevent runtime errors from schema drift
  • Validation only applies to remote manifests (HTTP URLs)
  • Local files continue to work without validation
  • Uses existing jsonschema dependency with graceful fallback
  • Provides clear error messages when validation fails

Closes #2613

- Validate remote manifests against local schema to prevent runtime errors from schema drift
- Validation only applies to remote manifests (HTTP URLs)
- Local files continue to work without validation
- Uses existing jsonschema dependency with graceful fallback
- Provides clear error messages when validation fails

Addresses issue sherlock-project#2613
@dollaransh17
Copy link
Contributor Author

@ppfeister

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate remote manifest against local schema before running
1 participant